c# - How to access HttpRuntime.Cache in another project in the same solution -


i have 2 projects [main project, data access project] in 1 solution [ldm].

main project contains pages, scripts, images, etc.

data access project contains data base operations.

i need access httpruntime.cache in data access project.

how can that??

pass httpruntime.cache dal class want access. can pass parameter constructor of method.

void somemethodindal(httpruntime.cache httpruntimecache) {  } 

it better pass required information httpruntime.cache dal instead of passing httpruntime.cache


Comments

Popular posts from this blog

android - Get AccessToken using signpost OAuth without opening a browser (Two legged Oauth) -

org.mockito.exceptions.misusing.InvalidUseOfMatchersException: mockito -

google shop client API returns 400 bad request error while adding an item -