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

user interface - How to replace the Python logo in a Tkinter-based Python GUI app? -

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

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