Tagged Questions
0
votes
0answers
24 views
Good way to generate keys for cache/session that are for internal usage only?
I am writing a library that will use session and/or cache behind a facade interface. The library will store information there that should not be available for retrieval outside the library by using ...